CommonEvent 149
Name = "Reaper: Reset Time"

  ShowTextAttributes(["sinigami_fc1", 0, 0, 2])
  ShowText(["\\n<Reaper>You wish to begin life anew?\nYou will keep your current powers and start at the beginning of the adventure."])
  ShowText([""])
  ShowText([""])
  ShowTextAttributes(["sinigami_fc1", 0, 0, 2])
  ShowText(["\\n<Reaper>Your companions will retain their powers and rejoin you in the next world."])
  ShowText([""])
  ShowText([""])
  ShowTextAttributes(["sinigami_fc1", 0, 0, 2])
  ShowText(["\\n<Reaper>Are you prepared to begin anew?"])
  ShowText([""])
  ShowChoices([["No", "Yes"], 0])
  When([0, "いいえ"])
    ShowTextAttributes(["sinigami_fc1", 0, 0, 2])
    ShowText(["\\n<Reaper>No? Off with you then."])
    ShowText([""])
    MovePicture([5, nil, 0, 0, 0, 0, 100, 100, 0, 0, 30, true])
    ErasePicture([5])
    ExitEventProcessing([])
    Empty([])

  When([1, "はい"])
    Empty([])

  ChoicesEnd([])
  ShowTextAttributes(["sinigami_fc1", 0, 0, 2])
  ShowText(["\\n<Reaper>I'll ask you once more. Do you truly wish to be reborn and start anew?"])
  ShowText([""])
  ShowText([""])
  ShowChoices([["No", "Yes"], 0])
  When([0, "いいえ"])
    ShowTextAttributes(["sinigami_fc1", 0, 0, 2])
    ShowText(["\\n<Reaper>No? Off with you then."])
    ShowText([""])
    MovePicture([5, nil, 0, 0, 0, 0, 100, 100, 0, 0, 30, true])
    ErasePicture([5])
    ExitEventProcessing([])
    Empty([])

  When([1, "はい"])
    Empty([])

  ChoicesEnd([])
  ShowTextAttributes(["sinigami_fc1", 0, 0, 2])
  ShowText(["\\n<Reaper>Very well... Then go to the next world."])
  ShowText([""])
  FadeoutScreen([])
  ErasePicture([5])
  FadeoutBGM([2])
  Wait([60])
  CallCommonEvent([265])
  ExitEventProcessing([])
  Empty([])
